home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 22 / 4 / DISK2247.ZIP / CBASE101.ZIP / ROLODECK.ZIP / ROLODECK.RME < prev   
Text File  |  1990-06-21  |  2KB  |  53 lines

  1. ----------------------------------------------------------------------
  2. | Citadel                                                            |
  3. | 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720     |
  4. |                                               BBS 317-647-2403     |
  5. ----------------------------------------------------------------------
  6.  
  7. The following files are obtained by decompressing rolodeck.zip:
  8.  
  9. rolodeck.rme  preliminary information
  10. makefile      UNIX makefile
  11.  install.bat  MS-DOS installation batch file
  12. rolodeck.c    rolodeck source code
  13. rolodeck.h    rolodeck data definition header
  14. rolodeck.i    rolodeck data definition code
  15.   basstr.h    BASIC string function header
  16.    cvtss.c    string conversion function
  17.      fml.c    name format conversion functions
  18.    krtmp.c    ANSI routines for K&R C compilers
  19.  
  20. ======================================================================
  21. INSTALLATION INSTRUCTIONS
  22.  
  23. The supplied MS-DOS batch file install.bat is written for Borland
  24. Turbo C, and will require some modification for use with other
  25. compilers.  install.bat takes two arguments.  The first specifies the
  26. memory model, legal values for which are s, m, c, l, and h.  The
  27. second, if present, causes the reference manual to be extracted from
  28. the source code into the file rolodeck.man.
  29.  
  30.                                  UNIX
  31.      1. Install cbase.
  32.      2. Add the following definition at the top of cvtss.c.
  33.              #define huge
  34.         This will disable the MS-DOS huge pointer keyword.
  35.      3. Compile rolodeck.
  36.              $ make rolodeck
  37.      4. Extract and print the reference manual.
  38.              $ make man
  39.              $ lp rolodeck.man
  40.  
  41.                                 MS-DOS
  42.      1. Install cbase.
  43.      2. If necessary, modify install.bat for the C compiler
  44.         being used.
  45.      3. Compile rolodeck and print the reference manual.
  46.              > install h x
  47.              > print rolodeck.man
  48.  
  49. ======================================================================
  50.  
  51.  
  52.                                                      Citadel  90/06/21
  53.